home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
btsys.arc
/
BTSETUP.C
< prev
Wrap
Text File
|
1984-12-14
|
341b
|
21 lines
/* btree system program */
#include <stdio.h>
#include <btglobal.h>
btsys ();
main ()
/* sets up shop */
{
/* this is executed only to setup residence in m/c */
/* initialize control block */
int i;
for (i = 1; i<= MAXFIL; ++i)
btfilar[i].handle = NULL;
intrinit (btsys, STACKS, VECNO);
bdos (SETUP, PARAS);
}